Backport upstream reliability and workflow fixes#16
Merged
Conversation
Integrate focused correctness, performance, recovery, diff rendering, Git workflow, and desktop hardening changes from upstream PRs pingdotgg#4136, pingdotgg#4009, pingdotgg#3903, pingdotgg#4187, pingdotgg#3830, pingdotgg#2338, pingdotgg#3885, pingdotgg#4213, pingdotgg#4205, pingdotgg#3520, and pingdotgg#4107. Document local adaptations, exclusions, and verification expectations in the personal fork inventory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backports a focused reliability and quality batch from open upstream T3 Code PRs onto the personal
fork. The changes prioritize Codex correctness, predictable recovery, lower background/streaming
cost, safer diff rendering, and small Git/Desktop quality-of-life improvements.
This PR adds the nine backports not already present in
personal:deepMergeEPIPEerrors during Electron shutdownpersonalalready contains pingdotgg#4009 and pingdotgg#4187 through PR #15. This branch keeps those implementations,adds explicit cursor-page regression coverage for pingdotgg#4187, and consolidates all eleven entries in the
upstream integration ledger rather than replaying duplicate code.
Local adaptations
AnnotatableCodeView: oversized files stay collapsed with anexplanation while their headers can still open the file in an editor.
wasm-unsafe-eval, not a broader renderer CSP exemption.fork-specific product behavior.
Full behavior, reconciliation notes, and future upstream-sync expectations are documented in
docs/upstream-integrations.md.Verification
vp check— passed with 0 errors and 11 existing warningsvp run typecheck— passedvp test— 637 files passed, 2 skipped; 5,186 tests passed, 7 skippedgit diff --check origin/personal...HEAD— passedAn isolated web runtime/pairing smoke passed before the final rebase. Packaged Electron and semantic
browser click-through verification were not available in this environment; the affected paths are
covered by focused regression tests and the full suite.